home *** CD-ROM | disk | FTP | other *** search
/ Visual Cafe 3 / Visual Cafe 3.ISO / Vcafe / Main.bin / MethodDescriptorAttributes.java < prev    next >
Text File  |  1998-10-18  |  400b  |  14 lines

  1. package com.symantec.itools.vcafe.beans;
  2.  
  3. /**
  4.  * Misc Visual Cafe method descriptors attributes supported beyond the standard Java Beans.
  5.  */
  6. public final class MethodDescriptorAttributes
  7. {
  8.     /**
  9.      * Attribute of type Vector<ActionDescriptor>
  10.      * If this attribute is not defined, the method does not have any Actions.
  11.      */
  12.     public static final String ACTION_ATTRIBUTE = "CONNECTIONS";
  13. }
  14.